home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts26-11
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Borland Project question
- Date: Wed, 06 Mar 96 06:08:11 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4hja42$elu@sam.inforamp.net>
- References: <4hiepb$121u@thebes.waikato.ac.nz>
- NNTP-Posting-Host: ts26-11.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4hiepb$121u@thebes.waikato.ac.nz>,
- dif@waikato.ac.nz (D I Fraser) wrote:
- >Recently I have been working with Borland C++ ver 4.5.
- >I have been trying to get a project to compile however it claims that it is
- >unable to open certain libraries and thus will not link.
-
- Most likely, the linker can't even find those libraries. Goto the Options
- menu and choose Project. You'll see the options tree. Select directories and
- make sure the library path includes "c:\bc45\lib" or wherever the unopened
- library is found. Example:
- C:\BC45\LIB;C:\PROJECT\MYLIBS
-
- Agrivar
-